getUniqueHash

Get a unique cache for a directory

  1. ulong[] getUniqueHash(string rootDir, string pattern)
    @trusted
    ulong[]
    getUniqueHash
    (
    string rootDir
    ,
    string pattern
    )
  2. ulong getUniqueHash(DirEntry entry)

Parameters

rootDir string

the directory to check

pattern string

the pattern to check like "*.{d,di}"

Return Value

Type: ulong[]

a buffer of ulong[]

Meta